From: Kim F. Storm Date: Mon, 16 Dec 2002 12:05:37 +0000 (+0000) Subject: (ido-read-file-name): Removed debug message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54088 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93ec302e30962859580451fb2e9e7f1471d7e497;p=emacs.git (ido-read-file-name): Removed debug message. --- diff --git a/lisp/ido.el b/lisp/ido.el index f7a1f96276e..56cf8be3ece 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -3619,8 +3619,6 @@ For details of keybindings, do `\\[describe-function] ido-find-file'." (defun ido-read-file-name (prompt &optional dir default-filename mustmatch initial predicate) "Read file name, prompting with PROMPT and completing in directory DIR. See `read-file-name' for additional parameters." - (message "%S %S %S %S" this-command ido-read-file-name-non-ido - predicate (memq this-command ido-read-file-name-non-ido)) (cond ((or (eq predicate 'file-directory-p) (memq this-command ido-read-file-name-as-directory-commands))